projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38c740
)
(face-id): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 9 Jul 2002 07:34:22 +0000
(07:34 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 9 Jul 2002 07:34:22 +0000
(07:34 +0000)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 3dfc24931ad2cf2b29cc4371e2987bc74b116a23..422a851f56e1baba3646766e5687574db1e5c55b 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-224,7
+224,7
@@
Value is FACE."
;; support faces in display table entries.
(defun face-id (face &optional frame)
- "Return the inter
N
al ID of face with name FACE.
+ "Return the inter
n
al ID of face with name FACE.
If optional argument FRAME is nil or omitted, use the selected frame."
(check-face face)
(get face 'face))